home *** CD-ROM | disk | FTP | other *** search
- package javax.swing;
-
- import javax.swing.event.DocumentEvent;
- import javax.swing.event.DocumentListener;
-
- final class JEditorPane$3 implements DocumentListener {
- // $FF: synthetic field
- private final JEditorPane.JEditorPaneAccessibleHypertextSupport this$1;
-
- // $FF: synthetic method
- JEditorPane$3(JEditorPane.JEditorPaneAccessibleHypertextSupport var1) {
- this.this$1 = var1;
- }
-
- public void changedUpdate(DocumentEvent var1) {
- this.this$1.linksValid = false;
- }
-
- public void insertUpdate(DocumentEvent var1) {
- this.this$1.linksValid = false;
- }
-
- public void removeUpdate(DocumentEvent var1) {
- this.this$1.linksValid = false;
- }
- }
-